From 358fd9f6d1704a5149adbe90d0aac38d5d14b13a Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Tue, 3 Jul 2007 12:04:03 +0100 Subject: [PATCH] xen: Remove useless check from dom0 builder. Signed-off-by: Keir Fraser --- xen/arch/x86/domain_build.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/xen/arch/x86/domain_build.c b/xen/arch/x86/domain_build.c index e57e33e617..8268932809 100644 --- a/xen/arch/x86/domain_build.c +++ b/xen/arch/x86/domain_build.c @@ -375,9 +375,6 @@ int __init construct_dom0( panic("Domain 0 expects too high a hypervisor start address.\n"); } - if ( parms.f_required[0] /* Huh? -- kraxel */ ) - panic("Domain 0 requires an unsupported hypervisor feature.\n"); - /* * Why do we need this? The number of page-table frames depends on the * size of the bootstrap address space. But the size of the address space -- 2.30.2